home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat3 / bcopy.0 < prev    next >
Text File  |  1996-09-02  |  823b  |  24 lines

  1.  
  2. BCOPY(3)                   UNIX Programmer's Manual                   BCOPY(3)
  3.  
  4. NNAAMMEE
  5.      bbccooppyy - copy byte string
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssttrriinngg..hh>>
  9.  
  10.      _v_o_i_d
  11.      bbccooppyy(_c_o_n_s_t _v_o_i_d _*_s_r_c, _v_o_i_d _*_d_s_t, _s_i_z_e___t _l_e_n)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The bbccooppyy() function copies _l_e_n bytes from string _s_r_c to string _d_s_t. The
  15.      two strings may overlap.  If _l_e_n is zero, no bytes are copied.
  16.  
  17. SSEEEE AALLSSOO
  18.      memccpy(3),  memcpy(3),  memmove(3),  strcpy(3),  strncpy(3)
  19.  
  20. HHIISSTTOORRYY
  21.      A bbccooppyy() function appeared in 4.2BSD.
  22.  
  23. 4.2 Berkeley Distribution       April 19, 1991                               1
  24.